Counter Loop

Command Prototype

`For index = beginValue To endValue step stepValue

Next`

Command Description

Substitute the index into the loop and execute the block of statements between For and Next. The value of the index increases from start to end with a step of "step". Each loop increases the index by the value of "step" instead of 1

Parameter Description
Required Parameter
index--Step index
beginValue--Starting Value
endValue--Ending Value
stepValue--Step

results matching ""

    No results matching ""